myData
	myBool = true
	myObject
		myString = "some text"
	myArray
		0 = 42
		1 = "some more text"
		2 = false
